projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ef9ea
)
(mac_window): Replace WindowPtr with WindowRef.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 6 Jun 2007 08:32:15 +0000
(08:32 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 6 Jun 2007 08:32:15 +0000
(08:32 +0000)
src/macfns.c
patch
|
blob
|
history
diff --git
a/src/macfns.c
b/src/macfns.c
index b7a8cd7e974f6f2f24a9a18a5cc44be7d7c4f9f2..c7834e636df14d8ba6ad8fb91c82f33b48e27d0f 100644
(file)
--- a/
src/macfns.c
+++ b/
src/macfns.c
@@
-2266,7
+2266,7
@@
mac_window (f)
#else
FRAME_MAC_WINDOW (f)
= NewCWindow (NULL, &r, "\p", false, zoomDocProc,
- (Window
Ptr
) -1, 1, (long) f->output_data.mac);
+ (Window
Ref
) -1, 1, (long) f->output_data.mac);
#endif
/* so that update events can find this mac_output struct */
f->output_data.mac->mFP = f; /* point back to emacs frame */